projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca1b9b3
)
Calc: Update mode line after change mode
author
Tino Calancha
<tino.calancha@gmail.com>
Mon, 4 Jul 2016 07:08:55 +0000
(16:08 +0900)
committer
Tino Calancha
<tino.calancha@gmail.com>
Mon, 4 Jul 2016 07:08:55 +0000
(16:08 +0900)
* lisp/calc/calc-ext.el (calc-change-mode): Call 'calc-set-mode-line'.
lisp/calc/calc-ext.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc-ext.el
b/lisp/calc/calc-ext.el
index 3cafd962127409c8eabc2c8099fe34003a51b5e7..cc0972e4775c83e8a42b44f16340f23dfd35574c 100644
(file)
--- a/
lisp/calc/calc-ext.el
+++ b/
lisp/calc/calc-ext.el
@@
-1633,6
+1633,7
@@
calc-kill calc-kill-region calc-yank))))
(not (equal var '(calc-mode-save-mode)))
(calc-save-modes))))
(if calc-embedded-info (calc-embedded-modes-change var))
+ (calc-set-mode-line)
(symbol-value (car var)))))
(defun calc-toggle-banner ()